Dart.PowerTCP.SslSockets Namespace > SslStream Class > Write Method : Write(Byte[],Int32,Int32) Method |
Write (while encrypting) data to the stream.
[Visual Basic]
Overloads Overrides Public Sub Write( _
ByVal buffer() As Byte, _
ByVal offset As Integer, _
ByVal count As Integer _
)
Exception | Description |
---|---|
IOException | Thrown when the Stream is not writeable. |
ArgumentNullException | Thrown when the buffer is null. |
ArgumentOutOfRangeException | Thrown when the offset is less than zero or when count is less than or equal to zero. |
ArgumentException | Thrown when the (offset + count) > buffer.Length. |
This method first encrypts the data to write, the calls SslStream.CoreStream.Write.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
SslStream Class | SslStream Members | Overload List
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.